@media screen and (min-width: 768px) {
#main h1 {
    font:30px 'Bebas Neue',cursive;;
    line-height: 30px;
    font-weight:regular;
    color:#000;
    background-color:rgba(2,112,249,.5);
    text-align: center;
    padding-top: 5px;
    padding-bottom: 5px;
}
#main h2 {
    border-bottom: 0px solid #fff;
    font:20px 'Bebas Neue',cursive;;
    font-weight:regular;
    color:#000;
}
#main .ce_text {
    margin-top:0;
    margin-bottom:0;
    font-family:"Droid Sans",sans-serif;
    font-size:16px;
    line-height:20px;
    font-weight:normal;
    color:#000;
    text-align: center;
}
}
@media screen and (max-width: 767px) {
#main h1 {
    border-bottom: 0px solid #000;
    font:30px 'Bebas Neue',cursive;;
    line-height: 30px;
    font-weight:regular;
    color:#000;
    background-color:rgba(0,57,130,1);
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
}
#main h2 {
    border-bottom: 0px solid #000;
    font:20px 'Bebas Neue',cursive;;
    font-weight:regular;
    color:#000;
}
#main .ce_text {
    margin-top:0;
    margin-bottom:0;
    font-family:"Droid Sans",sans-serif;
    font-size:17px;
    line-height:25px;
    font-weight:normal;
    color:#000;
    text-align: center;
}
}